Intersoft ClientUI Documentation
OnParseError Method (UXUpDownItemsBase<T>)



Event args.
Raises the ParseError event when there is an error during parsing.
Syntax
Protected Overridable Sub OnParseError( _
   ByVal args As UXUpDownParseErrorEventArgs _
) 
Dim instance As UXUpDownItemsBase(Of T)
Dim args As UXUpDownParseErrorEventArgs
 
instance.OnParseError(args)
protected virtual void OnParseError( 
   UXUpDownParseErrorEventArgs args
)
protected:
virtual void OnParseError( 
   UXUpDownParseErrorEventArgs^ args
) 

Parameters

args
Event args.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

UXUpDownItemsBase<T> Class
UXUpDownItemsBase<T> Members

Send Feedback